-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "require-js-xperiments",
"version": "1.0.0",
"description": "Playing with RequireJS",
"main": "index.html",
"scripts": {
"build-mix": "node node_modules/requirejs/bin/r.js -o public/app/build.config.js",
"build-package": "node node_modules/requirejs/bin/r.js -o public/app/traditional/build.config.js",
"just-start": "lite-server",
"build": "npm run build-mix && npm run build-package",
"start": "npm install && npm run build && lite-server"
},
"keywords": [
"RequireJS",
"Module",
"Loaders",
"AMD"
],
"author": "ssp5zone",
"license": "MIT",
"devDependencies": {
"lite-server": "^2.3.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.3.1",
"prismjs": "^1.11.0",
"require-css": "^0.1.10",
"requirejs": "^2.3.5",
"text": "github:requirejs/text"
}
}